-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update to libp2p 0.52 and use quick-protobuf #47
base: master
Are you sure you want to change the base?
Conversation
Cargo.toml
Outdated
"ed25519", | ||
"async-std", | ||
] } | ||
multihash = { version = "0.17.0", default-features = false, features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. rust-libp2p v0.52.0 uses rust-multihash v0.19.0.
so I would assume it would be safe to update this as well?
I don't see any reason not to do so. 👍
This PR updates libp2p to 0.52 (continuation of #43) as well as replacing the use of prost with quick-protobuf.
This PR also update libipld to 0.16 and multihash to 0.18
This pr supersede #43